GET api/projects/{projectId}/features?x={x}&y={y}&ft[0]={ft[0]}&ft[1]={ft[1]}&taskTypeId={taskTypeId}

Get one or more feature properties according to a coordinate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

x

decimal number

Required

y

decimal number

Required

ft

list of featuretypes to limit the search

Collection of string

Required

taskTypeId

Presentation task type Id

string

Default value is

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.